| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRSetEnteringNodeProc function to install or remove a node-entering procedure.
OSErr QTVRSetEnteringNodeProc (
QTVRInstanceqtvr,
QTVREnteringNodeUPPenteringNodeProc,
SInt32refCon,
UInt32 flags);
The QTVRSetEnteringNodeProc function installs the procedure specified by the enteringNodeProc parameter as a node-entering procedure for the QuickTime VR movie specified by the qtvr parameter. Your procedure is called whenever a node is entered (either in response to user actions or in response to QuickTime VR Manager functions that change nodes). The reference constant specified by the refCon parameter is passed unchanged to that node-entering procedure.
To remove a previously installed node-entering procedure, set enteringNodeProc to nil .
| Previous | Chapter contents | Chapter top | Section top | Next |